home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************** ABOUT.H
- * *
- * About Dialog definitions *
- * *
- ****************************************************************************/
-
- #ifndef ABOUT_H
- #define ABOUT_H
-
- typedef struct {
- SHORT id ;
- HWND hwndHelp ;
- }
- ABOUT_PARMS, *PABOUT_PARMS ;
-
- extern FNWP AboutProcessor ;
-
- #endif